1/************************************************************************************** 2This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2) 3(c) 2019-2021 Virgil Mager - vvmager@gmail.com 4(c) 2019-2021 Information Technology Group - http://itgroup.ro 5**************************************************************************************/ 6 7style "scrollbar" { 8 bg[NORMAL] = mix(00.20, @shift_bg_color, @bg_color) 9 bg[ACTIVE] = shade(1.07, mix(00.20, @shift_bg_color, @bg_color)) 10 bg[PRELIGHT] = shade(1.07, mix(00.20, @shift_bg_color, @bg_color)) 11 bg[INSENSITIVE] = mix(00.20, @shift_bg_color, @bg_color) 12 engine "murrine" 13 { 14 gradient_shades = {1.0, 1.0, 1.0, 1.0} 15 } 16} 17